home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-08-24 | 33.7 KB | 1,638 lines |
- -- card: 17083 from stack: in.0
- -- bmap block id: 19457
- -- flags: 4000
- -- background id: 16807
- -- name: Software
- ----- HyperTalk script -----
- on showMyField category
- global litUp
- if litUp is empty then put script of btn "NameHolder" into litUp
- set hilight of btn litUp to false
- set hilight of btn category to true
- hide cd fld litUp
- put category into litUp
- lock screen
-
- set cursor to busy
- show cd fld category
- set scroll of cd fld category to 0
- set script of btn "NameHolder" to category
-
- unlock screen with visual iris close
- end showMyField
-
-
-
-
- -- part 1 (field)
- -- low flags: 00
- -- high flags: 6007
- -- rect: left=274 top=150 right=285 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: List
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=412 top=320 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ModFields
- ----- HyperTalk script -----
- on mouseUp
- repeat with x = 2 to the number of cd flds
-
-
- repeat while last char of cd fld x is return
- delete last char of cd fld x
- end repeat
- put return after cd fld x
-
- set cursor to busy
- end repeat
- end mouseUp
-
-
-
-
- -- build list of btns & put it in cd fld list
- on mouseUp
- repeat with i = 3 to 35 -- the number of btns
- set cursor to busy
- put short name of btn i after temp
- put return after temp
- end repeat
- put temp into cd fld list
- end mouseUp
-
- -- writeOut the list
- on mouseUp
- put newFileName() into thisFile
- if thisFile is empty then exit mouseUp
- open file thisFile
- repeat with i = 3 to 35 --the number of btns
- set cursor to busy
- write cd fld (short name of btn i) to file thisFile
- write return & "————————————————————————————" & return & return to file thisFile
- end repeat
- close file thisFile
- end mouseUp
-
- -- build list of empty (no apps) categories &
- -- put the list into fld "list"
- on mouseUp
- put empty into temp
- repeat with i = 2 to the number of cd flds
- if line 2 of cd fld i is empty then
- set cursor to busy
- put short name of cd fld i after temp
- put return after temp
- end if
- end repeat
- put temp into cd fld list
- end mouseUp
-
-
- -- set rect of flds
- on mouseUp
- put rect of cd fld 2 into thisRect
- repeat with i = 3 to the number of cd flds
- set cursor to busy
- set rect of cd fld i to thisRect
- --set textFont of cd fld i to Times
- --set textSize of cd fld i to 14
- --set textHeight of cd fld i to 16
- --set wideMargins of cd fld i to true
- end repeat
- end mouseUp
-
- -- make the fields
- on mouseUp
- repeat with i = 1 to the number of lines in cd field 1
- set cursor to busy
- doMenu "new field"
- set name of cd field (the number of card fields) to line i of cd field 1
- put line i of cd fld 1 into cd fld (the number of card fields)
- set style of cd field (the number of card fields) to scrolling
- --put i-1*32
- set top of cd field (the number of card fields) to -32 + ((i-1) * 32)
- set height of cd field (the number of card fields) to 32
- put i
- end repeat
- choose browse tool
- end mouseUp
-
-
-
- -- part 62 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Word Processing
-
-
- -- part 63 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Spreadsheets
-
-
- -- part 64 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Database
-
-
- -- part 65 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: E-Mail
-
-
- -- part 66 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Curriculum
-
-
- -- part 67 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Accounting
-
-
- -- part 68 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Business Management
-
-
- -- part 69 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Presentations
-
-
- -- part 70 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Data Entry & Retrieval
-
-
- -- part 71 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Publishing
-
-
- -- part 72 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Architecture/Drafting
-
-
- -- part 73 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: CAD/CAM
-
-
- -- part 74 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Unix
-
-
- -- part 75 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Software Engineering
-
-
- -- part 76 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Modeling and Simulation Tools
-
-
- -- part 77 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: 3-D Rendering
-
-
- -- part 78 (field)
- -- low flags: 00
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Animation
-
-
- -- part 81 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=311 top=320 right=342 bottom=411
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ModButtons
- ----- HyperTalk script -----
-
- on mouseUp
- repeat with i = 20 to 35
- set top of btn i to bottom of btn (i-1)-1
- --set left of btn i to 129
- end repeat
- end mouseUp
-
-
- on mouseUp -- ALPHABETIZE BUTTONS
- global temp
- put empty into temp
- repeat with i = 3 to the number of btns
- put short name of btn i after temp
- put return after temp
- end repeat
- put sort(temp) into temp
- if line 1 of temp is empty then delete line 1 of temp
- repeat with i = 3 to the number of btns
- set name of btn i to line i-2 of temp
- end repeat
- end mouseUp
-
- on mouseUp
- repeat with i = 3 to the number of btns -- first two are utilities
- set cursor to busy
- set script of btn i to script of btn 3
- end repeat
- end mouseUp
-
- --on mouseUp
- answer "Utility scripts"
- end mouseUp
-
-
-
-
- on mouseUp
- global temp
- repeat with i = 1 to the number of lines in temp
- put "(" & i & ")" && (line i of temp = line i of cd fld "list") & return after cd fld 28
- end repeat
- end mouseUp
-
-
-
-
-
-
-
-
-
-
-
- on mouseUp
- repeat with i = 15 to 21
- set top of button i to -32 + ((i-1) * 32)
- set left of btn i to 150
- end repeat
- end mouseUp
-
-
-
-
-
-
-
- on mouseUp
- repeat with i = 1 to the number of lines in cd field 1
- set cursor to busy
- doMenu "new button"
- set style of button "new button" to rectangle
- set top of button "new button" to -32 + ((i-1) * 32)
- set left of btn "new button" to 0
- set textAlign of btn "new button" to left
- set name of button "new button" to line i of cd field 1
- put i
- end repeat
- choose browse tool
- end mouseUp
-
-
-
- -- part 82 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=37 right=55 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: 3-D Rendering
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 83 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=54 right=72 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Accounting
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 84 (button)
- -- low flags: 00
- -- high flags: E002
- -- rect: left=0 top=71 right=89 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Animation
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 85 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=88 right=106 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Apple IIe Emulation
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 86 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=105 right=123 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Architecture/Drafting
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 87 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=122 right=140 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Authoring Tools
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 88 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=139 right=157 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Bibliographic Tools
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 89 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=156 right=174 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Business Management
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 90 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=173 right=191 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: CAD/CAM
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 92 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=190 right=208 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Curriculum
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 93 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=207 right=225 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Data Entry & Retrieval
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 94 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=224 right=242 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Database
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 95 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=241 right=259 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Discipline Specific Software
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 96 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=258 right=276 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Document Processing
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 97 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=275 right=293 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: E-Mail
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 98 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=0 top=292 right=310 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Education Multimedia
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 99 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=37 right=55 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Executive Information System
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 101 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=54 right=72 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: File Server
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 102 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Document Processing
-
-
- -- part 103 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=71 right=89 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Gradebook/Lesson Planning
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 104 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Multimedia
-
-
- -- part 107 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Science Research
-
-
- -- part 110 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=88 right=106 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Library Access
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 111 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Note Organizers
-
-
- -- part 113 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Library Access
-
-
- -- part 114 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=105 right=123 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Modeling and Simulation Tools
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 115 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Statistics and Math
-
-
- -- part 116 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=122 right=140 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Multimedia
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 117 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Bibliographic Tools
-
-
- -- part 119 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=139 right=157 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Note Organizers
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 120 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Executive Information System
-
-
- -- part 121 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=156 right=174 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Presentations
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 122 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Gradebook/Lesson Planning
-
-
- -- part 123 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=173 right=191 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Publishing
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 124 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Student Management
-
-
- -- part 125 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=190 right=208 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Science Research
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 126 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Student Productivity
-
-
- -- part 127 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=207 right=225 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Software Engineering
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 128 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Education Multimedia
-
-
- -- part 129 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=224 right=242 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Spreadsheets
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 130 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Apple IIe Emulation
-
-
- -- part 131 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=241 right=259 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Statistics and Math
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 132 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Student Productivity
-
-
- -- part 134 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=258 right=276 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Student Management
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 135 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: File Server
-
-
- -- part 136 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=275 right=293 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Student Productivity
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 137 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Discipline Specific Software
-
-
- -- part 138 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=292 right=310 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Unix
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 140 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=129 top=309 right=327 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Word Processing
- ----- HyperTalk script -----
- on mouseUp
- showMyField (short name of me)
- end mouseUp
-
-
-
- -- part 141 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=274 top=8 right=145 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: Authoring Tools
-
-
- -- part 142 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=311 top=296 right=318 bottom=411
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: NameHolder
- ----- HyperTalk script -----
- Animation
-
-
- -- part contents for card part 62
- ----- text -----
- Word Processing:
- Claris Corp., MacWrite II
- Microsoft Corp., Word 4.0
- T-Maker Co., WriteNow
-
-
- -- part contents for card part 63
- ----- text -----
- Spreadsheets:
- Microsoft, Corp., Excel
- Ashton Tate, Full Impact
- Informix Software, Inc., Wingz
-
-
- -- part contents for card part 64
- ----- text -----
- DataBases:
- Claris Corp., FileMaker Pro
- Acius, Inc., 4th Dimension v.2.0
-
-
- -- part contents for card part 65
- ----- text -----
- E-Mail
- CE Software, Inc., Quickmail
- Microsoft Corp., Microsoft Mail
-
-
- -- part contents for card part 66
- ----- text -----
- Curriculum
- Too many to name. See your authorized ASEC.
-
-
- -- part contents for card part 67
- ----- text -----
- Accounting:
- Computer Assoc. Int’l , Simply Accounting
- Great PlainsSoftware , Accounting Series for the Mac
-
-
- -- part contents for card part 68
- ----- text -----
- Business Management
- Claris Corp. , MacProject
- Jam Software, Smart Alarms
-
-
- -- part contents for card part 69
- ----- text -----
- Presentations
- Microsoft Corp., Powerpoint 2.01
- Aldus Corp., Persuasion 2.01
-
-
- -- part contents for card part 70
- ----- text -----
- Data Entry & Retrieval
- Fairfield Software, Inc., Clear Access
- Anodyne Computing, Ltd., GQL
- Oracle Corp., ORACLE For Macintosh
-
-
- -- part contents for card part 71
- ----- text -----
- Publishing:
- Aldus Corp., PageMaker 4.0
- Letraset, USA, Color Studio
- Adobe Systems, Inc.Adobe Illustrator
-
-
- -- part contents for card part 72
- ----- text -----
- Architecture/Drafting
- Dynaware Corp., DynaPerspective
- Gimeor, Inc., MacArchitrion II
- Versacad Corp., VersaCad
-
-
- -- part contents for card part 73
- ----- text -----
- CAD/CAM
- Claris Corp., Claris CAD 2.0
- Schlumberger Technologies , MacBravo
- Integraph Corp., Microstation
-
-
- -- part contents for card part 74
- ----- text -----
- Unix
- Apple Computer: A/UX
-
-
- -- part contents for card part 75
- ----- text -----
- Software Engineering
- Symantec Corp., Think C
- Apple Computer, Inc. , A/UX
-
-
- -- part contents for card part 76
- ----- text -----
- Modeling and Simulation Tools
- Imagine That, Inc., Extend
- D2 Software, Inc.MacSpin
- High Performance Systems, Inc., STELLA
-
-
- -- part contents for card part 77
- ----- text -----
- 3-D Rendering
- Strata, Inc., StrataVision 3d
- Silicon Beach Software, Super 3D,
- Byte by Byte, Sculpt 3D
-
-
- -- part contents for card part 78
- ----- text -----
- Animation
- MacroMind, Inc., Director
- Oasys, Inc., Animation Stand, Linker Systems
-
-
- -- part contents for card part 102
- ----- text -----
- Document processing (for Higher Ed)
- Claris Corp. , MacWrite II
- Microsoft Corp., Word 4.0
- T-Maker Co. , WriteNow
- Sensible Software,Inc., Bookends Mac
- Niles & Associates, Inc., EndNote
- Personal Bibliographic Software, Pro-Cite for Macintosh
-
-
- -- part contents for card part 104
- ----- text -----
- Multi Media
- MacroMind, Inc., Media Maker
- HyperPro, Inc., Video Author
- Silicon Beach Software, SuperCard
-
-
- -- part contents for card part 107
- ----- text -----
- Science Research
- Wolfram Research, Inc., Mathematica
-
-
- -- part contents for card part 111
- ----- text -----
- Note Organizers
- Innovision, Calliope Plus
- Ceres Software, Inc., Inspiration
- Symantec Corp., More II
- Mainstay, Think ‘n Time
-
-
- -- part contents for card part 113
- ----- text -----
- Library Access
- Mitem Corp., MitemView
-
-
- -- part contents for card part 115
- ----- text -----
- Statistics and Math
- Odesta Corp., Data Desk
- SAS Institute, Inc., JMP
- Wolfram Research, Inc., MatheMatica
- SPSS, Inc., SPSS
- Prescience Corp., Theorist
-
-
- -- part contents for card part 117
- ----- text -----
- Bibliographic Tools
- Niles & Associates, Inc., EndNote
- Park Row Software, Publish or Perish
-
-
- -- part contents for card part 120
- ----- text -----
- Exec Info System
- Information Associates, ESS
- Software AG of North America, Inc., Natural Connection
-
-
- -- part contents for card part 122
- ----- text -----
- Gradebook/Lesson Planning
- Executive Productivity Systems , EPS Teacher Assistant
- Logic Extension Resources, LXR Gradebook
-
-
- -- part contents for card part 124
- ----- text -----
- Student Management
- Computer Curriculum Corp., CCC
- Jostens’s Learning Corp., Integrated Learning Systems
- Keymaster Design Group, Inc., Keymaster
-
-
- -- part contents for card part 126
- ----- text -----
- Student Productivity
- Logo Computer Systems, Inc., LCSI LogoWriter
- Scholastic, Inc., Bank Street Writer
-
-
- -- part contents for card part 128
- ----- text -----
- Educational Multi Media
- Scholastic, Inc., Point of View 800-541-5513
-
-
- -- part contents for card part 130
- ----- text -----
- Apple IIe Emulation
- See your Apple Reseller for information on Apple II products.
-
-
- -- part contents for card part 135
- ----- text -----
- File Server
- Apple Computer: AppleShare
-
-
- -- part contents for card part 137
- ----- text -----
- Discipline specific curriculum software
- (see your reseller for more information)
-
-
- -- part contents for card part 141
- ----- text -----
- Authoring Tools
- Authorware, Inc., Authorware Professional
- Macromind, Inc., Director
- Silicon Beach Software, SuperCard
- Apple Computer, Inc., HyperCard
-
-
- -- part contents for card part 1
- ----- text -----
- 3-D Rendering
- Accounting
- Animation
- Apple IIe Emulation
- Architecture/Drafting
- Authoring Tools
- Bibliographic Tools
- Business Management
- CAD/CAM
- Curriculum
- Data Entry & Retrieval
- Database
- Discipline Specific Software
- Document Processing
- E-Mail
- Education Multimedia
- Executive Information System
- File Server
- Gradebook/Lesson Planning
- Library Access
- Modeling and Simulation Tools
- Multimedia
- Note Organizers
- Presentations
- Publishing
- Science Research
- Software Engineering
- Spreadsheets
- Statistics and Math
- Student Management
- Student Productivity
- Unix
- Word Processing
-
-
- -- part contents for card part 132
- ----- text -----
-
-